Makefile.dist-packaging: fix make rpm with submodules
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 2 Mar 2015 10:39:51 +0000 (11:39 +0100)
committerColin Walters <walters@verbum.org>
Tue, 3 Mar 2015 17:16:17 +0000 (12:16 -0500)
commit9843c4c2456b82b2bf857235e5b6e6460618a272
treec5c0a1440534d8f6f2af8a7efd5fb667c45aeed0
parent494d3535e464d603294a852d0678feb589adb68b
Makefile.dist-packaging: fix make rpm with submodules

Makefile.dist-packaging seems to assume to be run under packaging/ as
"make -C packaging -f Makefile.dist-packaging rpm" so ensure the
srcdir is set correctly to point to the parent directory.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
packaging/Makefile.dist-packaging